home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / iw / README.Debian < prev   
Encoding:
Text File  |  2008-11-01  |  2.2 KB  |  49 lines

  1. iw package for Debian
  2. =====================
  3.  
  4. iw is a new tool for configuration of wireless settings on Linux. iw combines
  5. cfg80211, the new Linux wireless configuration API [0], and nl80211, the
  6. new 802.11 netlink interface public header [1], to form a tool which aims to
  7. replace the functionality of wireless-tools, which is built upon on the
  8. incumbent Wireless Extensions (WEXT or WE) API [2].
  9.  
  10. The tool is currently mainly used for drivers based on the mac80211 stack but
  11. work is under way to make it useful for other drivers as well.
  12.  
  13. [0] http://wireless.kernel.org/en/developers/Documentation/cfg80211
  14. [1] http://wireless.kernel.org/en/developers/Documentation/nl80211
  15. [2] http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Linux.Wireless.Extensions.html
  16.  
  17.  
  18. Why is wireless-tools being replaced?
  19. =====================================
  20.  
  21. A complete summary of technical reasons for the abandonment of Linux Wireless
  22. Extensions API is documented on the wireless.kernel.org wiki page for WEXT [3].
  23.  
  24. In brief, WEXT uses ioctl's as the kernel<->userspace communication mechanism,
  25. but some developers wish to have a more structured transport mechanism, which
  26. cfg80211 and nl80211 provide, to allow them to address old nagging problems
  27. with the current wireless device configuration implementation, and give them
  28. more freedom to enhance the process of wireless configuration [4].
  29.  
  30. WEXT is in deep maintenance mode, cfg80211 and nl80211 are the communication
  31. transport mechanism of the future.
  32.  
  33. [3] http://wireless.kernel.org/en/developers/Documentation/Wireless-Extensions
  34. [4] which is one of the areas which, in my opinion, has always been difficult
  35.     for new adopters on Linux, especially on the desktop.
  36.  
  37.  
  38. How does iw integrate into the Debian system?
  39. =============================================
  40.  
  41. At the time of writing, it does not. The iw binary is provided as is, without
  42. any system integration (eg, with ifupdown). When the Linux Wireless developers
  43. are sufficiently satisfied with iw's functionality, and all of their work
  44. begins to filter down into the stable mainline Linux kernel tree, integration
  45. of iw into the Debian system can begin.
  46.  
  47.  
  48.  -- Kel Modderman <kel@otaku42.de>  Thu, 30 Oct 2008
  49.